home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Temático 40 Febrero 2004.iso / DOS / ntfs / dos / testdisk.h < prev    next >
Encoding:
Text File  |  2001-02-11  |  1.0 KB  |  28 lines

  1. /*
  2.  
  3.     file: testdisk.h
  4.  
  5.     Copyright (C) 1998-2001  Christophe GRENIER <grenier@nef.esiea.fr>
  6.   
  7.     this software is free software; you can redistribute it and/or modify
  8.     it under the terms of the gnu general public license as published by
  9.     the free software foundation; either version 2 of the license, or
  10.     (at your option) any later version.
  11.   
  12.     this program is distributed in the hope that it will be useful,
  13.     but without any warranty; without even the implied warranty of
  14.     merchantability or fitness for a particular purpose.  see the
  15.     gnu general public license for more details.
  16.   
  17.     you should have received a copy of the gnu general public license
  18.     along with this program; if not, write to the free software
  19.     foundation, inc., 675 mass ave, cambridge, ma 02139, usa.
  20.  
  21.  */
  22.  
  23. enum { TRUST_YES, TRUST_NO, TRUST_AUTO};
  24. int test_MBR(t_param_disk_cst disk_car,int debug);
  25. int analyse_file(char *);
  26. int search_free(t_disk_cst, t_disk_cst, t_disk_cst);
  27. FILE* init_log(const char*filename,int argc, char**argv);
  28.